func crypto/ecdh.newBoringPrivateKey

3 uses

	crypto/ecdh (current package)
		nist.go#L44: 		return newBoringPrivateKey(c, key, bytes)
		nist.go#L87: 		return newBoringPrivateKey(c, bk, key)
		nist.go#L96: func newBoringPrivateKey(c Curve, bk *boring.PrivateKeyECDH, privateKey []byte) (*PrivateKey, error) {